AsyncValidatedLens<'a, 'b, 'e>Type

PackageFCQRS.Model
Async Validated Lens from 'a -> 'b with error type 'e. The getter remains synchronous while the setter returns an asynchronous Result.